-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minecraft Sample docs #420
Conversation
samples/minecraft/README.md
Outdated
|
||
Check the [quickstart](https://github.com/PlayFab/thundernetes/blob/main/docs/quickstart.md) on how to run the Minecraft sample on thundernetes. | ||
|
||
This image is based on the itzg/minecraft-server docker image, but modified to initiate the server with the GSDK wrapper, since Minecraft is not an OSS. The modified dockerfile can be found [here](https://github.com/rnjohn/docker-minecraft-server-gsdk). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I added more info in the README, let me know if it's alright
samples/minecraft/sample.yaml
Outdated
template: | ||
spec: | ||
containers: | ||
- image: rnjohn/minecraft-server-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
image should be tagged. Is this on Docker Hub? It would be better if the registry is explicit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the image is on Docker Hub, I added the latest tag
docs/quickstart/sample-minecraft.md
Outdated
title: Minecraft sample | ||
parent: Samples | ||
grand_parent: Quickstart | ||
nav_order: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's have this as "3" so it's listed below .NET Core sample and OpenArena
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
samples/minecraft/README.md
Outdated
@@ -0,0 +1,7 @@ | |||
# Minecraft GSDK sample for thundernetes | |||
|
|||
Check the [quickstart](https://github.com/PlayFab/thundernetes/blob/main/docs/quickstart.md) on how to run the Minecraft sample on thundernetes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: please have Thundernetes with a capital "T"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
This PR aims to add a documentation to start a Minecraft Java Edition server using Thundernetes. A sample.yaml file was created to be applied to the kubernetes cluster and also there is instructions on how to do so.